style.scss 280 B

1234567891011121314151617181920
  1. #store-detail {
  2. .product-description,
  3. .game-description {
  4. // CKEditor 콘텐츠 기본 여백 보정
  5. img {
  6. max-width: 100%;
  7. height: auto;
  8. }
  9. h1, h2, h3 {
  10. margin: 0.75em 0 0.5em;
  11. font-weight: 600;
  12. }
  13. p {
  14. margin: 0.5em 0;
  15. line-height: 1.65;
  16. }
  17. }
  18. }